This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: *not if you want to use JDBC to go to relational db's! ~George Dwojumigenflar 7.Nov.02 04:08 PM a Web browser Applications Development 6.0All Platforms
Why not? JDBC is just a class implementation. You can write servlets that use JDBC, but the ND6 servlet engine does not have the "Database Connection pooling management" in it. If you want to use some kind of connection pooling with ND6 servlet engine, one option is to write your own classes to manage the connection to the back-end databases.